home *** CD-ROM | disk | FTP | other *** search
- encyclopedia_btn.onRelease = function()
- {
- this._parent._parent._parent.nav_activate("");
- this._parent._parent._parent.movie_load("encycmenu.swf");
- };
- dictionary_btn.onRelease = function()
- {
- this._parent._parent._parent.nav_activate("");
- this._parent._parent._parent.movie_load("audiomenu.swf");
- };
- maths_btn.onRelease = function()
- {
- this._parent._parent._parent.nav_activate("");
- this._parent._parent._parent.movie_load("audiomenu.swf");
- };
- help_btn.onRelease = function()
- {
- this._parent._parent._parent.nav_activate("");
- this._parent._parent._parent.movie_load("help.swf");
- };
- exam_button.onRelease = function()
- {
- this._parent._parent._parent.nav_activate("");
- this._parent._parent._parent.movie_load("collins_maths.swf");
- };
- exit_btn.btn.onRelease = function()
- {
- trace("* exit btn pressed");
- this._parent._parent._parent._parent.overlay_mc.show("exit");
- this._parent._parent._parent.mcDisabler._visible = true;
- };
- hide_btn.btn.onRelease = function()
- {
- lingo("Flsh_appMinimise");
- };
- stop();
-